diff options
| author | real-zephex <[email protected]> | 2024-04-10 16:34:20 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-10 16:34:20 +0530 |
| commit | f445930364c6e71e1388dcc82728e425f02cd642 (patch) | |
| tree | f3cf810d787d00fbeffc6ce45d8a85b55af2abc4 /src/app/manga/[title]/[id]/page.jsx | |
| parent | removed edge funcitons (diff) | |
| download | dramalama-f445930364c6e71e1388dcc82728e425f02cd642.tar.xz dramalama-f445930364c6e71e1388dcc82728e425f02cd642.zip | |
UI changes
Diffstat (limited to 'src/app/manga/[title]/[id]/page.jsx')
| -rw-r--r-- | src/app/manga/[title]/[id]/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manga/[title]/[id]/page.jsx b/src/app/manga/[title]/[id]/page.jsx index 16a544d..f51a712 100644 --- a/src/app/manga/[title]/[id]/page.jsx +++ b/src/app/manga/[title]/[id]/page.jsx @@ -130,7 +130,7 @@ export default async function MangaInfo({ params }) { async function getMangaInfo(id) { const res = await fetch( - `https://consumet-api-di2e.onrender.com/meta/anilist-manga/info/${id}?provider=mangadex`, + `https://consumet-jade.vercel.app/meta/anilist-manga/info/${id}?provider=mangadex`, { next: { revalidate: 86400 } } ); const data = await res.json(); |